Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom health check endpoint #397

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PovilasV1
Copy link

ref #386

After 0.17.0 /health returns 404. The /health is also used in the helm chart for readiness and liveness probes.

@PovilasV1 PovilasV1 force-pushed the feat/add_health_check_path branch from d8bf776 to a0d529d Compare December 10, 2024 14:54
Signed-off-by: Povilas Vaitkus <[email protected]>
@PovilasV1 PovilasV1 force-pushed the feat/add_health_check_path branch from a0d529d to d5394a7 Compare December 10, 2024 14:57
@PovilasV1
Copy link
Author

cc: @SuperQ @kgeckhart

@kgeckhart
Copy link
Contributor

The project has never had a health endpoint just the landing page + metrics and it looks like /health was just being directed to the landing page.

v0.17.0 brought in, prometheus/exporter-toolkit#261, changing the landing page behavior. Perhaps it's better to change the helm chart so health is routed to / which has always been a defined endpoint. This way we don't need to add a superficial endpoint for the sake of the helm chart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants